home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / symbol.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  3KB  |  103 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Non-terminal symbols of Python grammar (from "graminit.h").'''
  5. single_input = 256
  6. file_input = 257
  7. eval_input = 258
  8. decorator = 259
  9. decorators = 260
  10. funcdef = 261
  11. parameters = 262
  12. varargslist = 263
  13. fpdef = 264
  14. fplist = 265
  15. stmt = 266
  16. simple_stmt = 267
  17. small_stmt = 268
  18. expr_stmt = 269
  19. augassign = 270
  20. print_stmt = 271
  21. del_stmt = 272
  22. pass_stmt = 273
  23. flow_stmt = 274
  24. break_stmt = 275
  25. continue_stmt = 276
  26. return_stmt = 277
  27. yield_stmt = 278
  28. raise_stmt = 279
  29. import_stmt = 280
  30. import_name = 281
  31. import_from = 282
  32. import_as_name = 283
  33. dotted_as_name = 284
  34. import_as_names = 285
  35. dotted_as_names = 286
  36. dotted_name = 287
  37. global_stmt = 288
  38. exec_stmt = 289
  39. assert_stmt = 290
  40. compound_stmt = 291
  41. if_stmt = 292
  42. while_stmt = 293
  43. for_stmt = 294
  44. try_stmt = 295
  45. except_clause = 296
  46. suite = 297
  47. test = 298
  48. and_test = 299
  49. not_test = 300
  50. comparison = 301
  51. comp_op = 302
  52. expr = 303
  53. xor_expr = 304
  54. and_expr = 305
  55. shift_expr = 306
  56. arith_expr = 307
  57. term = 308
  58. factor = 309
  59. power = 310
  60. atom = 311
  61. listmaker = 312
  62. testlist_gexp = 313
  63. lambdef = 314
  64. trailer = 315
  65. subscriptlist = 316
  66. subscript = 317
  67. sliceop = 318
  68. exprlist = 319
  69. testlist = 320
  70. testlist_safe = 321
  71. dictmaker = 322
  72. classdef = 323
  73. arglist = 324
  74. argument = 325
  75. list_iter = 326
  76. list_for = 327
  77. list_if = 328
  78. gen_iter = 329
  79. gen_for = 330
  80. gen_if = 331
  81. testlist1 = 332
  82. encoding_decl = 333
  83. sym_name = { }
  84. for _name, _value in globals().items():
  85.     if type(_value) is type(0):
  86.         sym_name[_value] = _name
  87.         continue
  88.  
  89.  
  90. def main():
  91.     import sys as sys
  92.     import token as token
  93.     if len(sys.argv) == 1:
  94.         sys.argv = sys.argv + [
  95.             'Include/graminit.h',
  96.             'Lib/symbol.py']
  97.     
  98.     token.main()
  99.  
  100. if __name__ == '__main__':
  101.     main()
  102.  
  103.